home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 June / macformat-038.iso / Demos / Notting Hill / SINGING / SHARED.Dxr / 01971_Frame before script for laptop.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  281 b   |  13 lines

  1. on exitFrame
  2.   global textSpr, laptopStart
  3.   WatchCursor()
  4.   InitDataRange()
  5.   set textSpr to 33
  6.   puppetSockets()
  7.   InitTrace()
  8.   InitTraceDisplay()
  9.   puppetSprite(textSpr, 1)
  10.   set the castNum of sprite textSpr to BinarySearch(laptopStart)
  11.   StepOn(laptopStart, laptopStart)
  12. end
  13.